PDF4Java Reference Documentation
com.o2sol.pdf4java.flowdocument Package / PDFFlowDocument Class / setBeforePrintAction Method
A com.o2sol.pdf4java.actions.PDFJavaScriptAction object specifying the action to be executed before the document is printed.
In This Topic
    setBeforePrintAction Method
    In This Topic
    Sets the javascript action to execute before the document is printed.
    Syntax
    public void setBeforePrintAction( 
       PDFJavaScriptAction value
    )

    Parameters

    value
    A com.o2sol.pdf4java.actions.PDFJavaScriptAction object specifying the action to be executed before the document is printed.
    See Also